home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / default / useradd < prev   
Encoding:
Text File  |  2006-10-19  |  1.1 KB  |  38 lines

  1. # Default values for useradd(8)
  2. #
  3. # The SHELL variable specifies the default login shell on your
  4. # system.
  5. # Similar to DHSELL in adduser. We however use "sh" here because
  6. # useradd being a low level utility should rather be as widely opened
  7. # as possible
  8. SHELL=/bin/sh
  9. #
  10. # The default group for users
  11. # 1000=users on Debian systems
  12. # same then USERS_GID in adduser
  13. # Please be aware that Debian's adduser defaults to "user groups"
  14. # which means that one group is created for each user
  15. # There is no way to achieve this with useradd which must remains a low
  16. # level utility
  17. # GROUP=100
  18. #
  19. # The default home directory. Same than DHOME for adduser
  20. # HOME=/home
  21. #
  22. # The number of days after a password expires until the account 
  23. # is permanently disabled
  24. # INACTIVE=-1
  25. #
  26. # The default expire date
  27. # EXPIRE=
  28. #
  29. # The SKEL variable specifies the directory containing "skeletal" user
  30. # files; in other words, files such as a sample .profile that will be
  31. # copied to the new user's home directory when it is created.
  32. # SKEL=/etc/skel
  33. #
  34. # Defines whether the mail spool should be created while
  35. # creating the account
  36. # CREATE_MAIL_SPOOL=yes
  37.  
  38.